home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 March / Software of the Month Club 1998 March.iso / pc / win / edu / solar / solar.exe / 0 / RCDATA / TFRMREMMONITOR / TFRMREMMONITOR.txt < prev   
Text File  |  1997-11-30  |  2KB  |  106 lines

  1. object frmRemMonitor: TfrmRemMonitor
  2.   Left = 408
  3.   Top = 145
  4.   BorderStyle = bsDialog
  5.   Caption = 'Remove Monitor'
  6.   ClientHeight = 254
  7.   ClientWidth = 464
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 68
  18.     Top = 15
  19.     Width = 318
  20.     Height = 42
  21.     AutoSize = False
  22.     Caption = 'Select the monitor or monitors to be removed.'
  23.     WordWrap = True
  24.   end
  25.   object Image1: TImage
  26.     Left = 18
  27.     Top = 11
  28.     Width = 32
  29.     Height = 32
  30.     AutoSize = True
  31.     Picture.Data = {<image000.bmp>}
  32.   end
  33.   object butCancel: TButton
  34.     Left = 358
  35.     Top = 98
  36.     Width = 95
  37.     Height = 29
  38.     Caption = '&Cancel'
  39.     TabOrder = 0
  40.     OnClick = butCancelClick
  41.   end
  42.   object butOk: TButton
  43.     Left = 358
  44.     Top = 63
  45.     Width = 95
  46.     Height = 29
  47.     Caption = '&Ok'
  48.     Enabled = False
  49.     TabOrder = 1
  50.     OnClick = butOkClick
  51.   end
  52.   object LBRemove: TListBox
  53.     Left = 13
  54.     Top = 63
  55.     Width = 331
  56.     Height = 177
  57.     ItemHeight = 16
  58.     Items.Strings = (
  59.       '456426'
  60.       '5365246546546456'
  61.       '546545555555555555555555'
  62.       '5464'
  63.       '546'
  64.       '5'
  65.       '465'
  66.       '46'
  67.       '546'
  68.       '1234567890123456789012345678901234567890'
  69.       'try'
  70.       'wrye'
  71.       'tw'
  72.       'y54'
  73.       'y'
  74.       '54y'
  75.       '54'
  76.       'y'
  77.       '6y'
  78.       '65'
  79.       'y'
  80.       '56y'
  81.       'u65'
  82.       'uy'
  83.       '56'
  84.       'Distance Between: Jupeter and Saturn')
  85.     MultiSelect = True
  86.     TabOrder = 2
  87.     OnClick = LBRemoveClick
  88.   end
  89.   object LBOrder: TListBox
  90.     Left = 362
  91.     Top = 138
  92.     Width = 82
  93.     Height = 104
  94.     ItemHeight = 16
  95.     Items.Strings = (
  96.       '1'
  97.       '4'
  98.       '2'
  99.       '5'
  100.       '3'
  101.       '')
  102.     TabOrder = 3
  103.     Visible = False
  104.   end
  105. end
  106.